In This Topic
Gets the portfolio's cover page.
Syntax
public void setCoverPage(
PDFPage
)
|
Parameters
- coverPage
- The page that is displayed when no portfolio items are selected.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When coverPage is null. |
See Also